home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / filmg021.zip / FILEMGR.DOC < prev    next >
Text File  |  1993-05-31  |  5KB  |  116 lines

  1. 31 May 1993
  2.  
  3. File Manager for GT Power.  Copyright 1993, Paul Varner
  4.  
  5. History behind File Manager:
  6.  
  7.   File Manager is being written to fill the void that GT Power has in the
  8. area of managing files.  After trying just about every FILES.BBS program
  9. that I could find and having them either not work properly or have quirks
  10. that I din't like, I decided to write my own.  I have decided to release
  11. File Manager into Beta testing through the GT community early in its life,
  12. so that I can get feedback on what GT Sysops would like to see in it.
  13.  
  14.   Currently File Manager supports extracting FILE_ID.DIZ and DESC.SDI and
  15. placing them into the FILES.BBS file, Reformating of the descriptions to
  16. the column that you prefer, and Sorting of the FILES.BBS in alphabetical
  17. order.  File Manager supports .ZIP, .ARJ, and .LZH archives.
  18.  
  19. How to run File Manager:
  20.  
  21.   In order for File Manager to run properly you must have your
  22. GTPATH environment variable set to point to your GT directory.  Also
  23. in order for the Header portion to write the description of the
  24. processed directory, you need to have your file paths in GTDIR.BBS
  25. in uppercase for example a line from my GTDIR.BBS looks like this:
  26.  
  27. z  D:\GT\FILES\BBS            BBS Programs and Utilities
  28.    ^
  29.    |---- Note the Uppercase
  30.    
  31. Otherwise, the description of the directory will not be found.
  32.  
  33.   First since this is a very early Beta version, BACK UP your current
  34. FILES.BBS.  When run, File Manager will create a copy of the current
  35. FILES.BBS and name it FILES.BAK, but please do not count on that as your
  36. backup.  While this runs fine on my system, I cannot and will not be
  37. responsible for any damage that this program may cause to your system.
  38.  
  39.   Since I have not yet implemented any interface for File Manager, running
  40. it is very simple.  Simply type FILEMGR in the file directory where you
  41. would like it to run.  Currently, it defaults to reformating descriptions
  42. into column 23 of the FILES.BBS file.  If you don't like column 23, you may
  43. enter a number in the range 2 - 50 as a command line argument and file
  44. manager will honor that.  In order to properly extract the FILE_ID.DIZ or
  45. DESC.SDI PKUNZIP, ARJ, or LHARC need to be somewhere in your path.  If you
  46. use lha instead of lharc, then it needs to be renamed to lharc somewhere in
  47. the path.
  48.  
  49.   File Manager relies heavily on the FILES.CTL file produced by FILES_DB to
  50. keep its running time short.  So in order to shorten it's run time you need
  51. to keep the FILES.CTL file up to date using FILES_DB.
  52.  
  53.   When you first run File Manager, if you have not been using a FILE_ID.DIZ
  54. processor, I recommend deleting the FILES.CTL file in your GT directory and
  55. running File Manager in all of your file directories.  If you have been
  56. keeping the directories up to date, then just run it without deleting
  57. FILES.CTL and it will simply reformat the descriptions.  After the initial
  58. run, then all that is really neccessary is to run it in your uploads
  59. directory followed by FILES_DB.  I recommend doing this during your nightly
  60. maintenance.
  61.  
  62. Planned Additions to File Manager:
  63.  
  64.   I plan adding the following to File Manager to make it the ultimate
  65. upload processor and FILES.BBS manager:
  66.  
  67.     Support for FILES.CBS with customizable colors.
  68.     Virus Scanning
  69.     Archive Conversion and Testing
  70.     Tighter Integration with the FILES_DB program and the FILES.CTL file.
  71.     Interactive mode to allow moving of files between directories and
  72.     editing of file descriptions.
  73.     
  74. Bug Reports and Comments:
  75.  
  76.   I can be reached via Netmail to 081/002, also I read the GT
  77. Utilities Hotline E10/116 religously.  When sending me a bug report,
  78. report the exact error message and send me extracts of your current
  79. FILES.BBS and GTDIR.BBS
  80.  
  81. Getting the Latest Copy of File Manager:
  82.  
  83.   File Manager is File Requestable from my board (081/002) as filemgr.zip.
  84. Also, as I release new versions, I will upload them onto The Capital Area
  85. Network (033/000) and Jack's Board (081/001).
  86.  
  87. Registration:
  88.  
  89.   Currently, I have not decided how much I am going to charge for this
  90. software.  All people who participate in the initial Beta Test and send me
  91. a Netmail message at 081/002, giving me their Name, BBS Name and Netmail
  92. Address will be entitled to a free lifetime registration of File Manager,
  93. once it is released.
  94.  
  95. Revison History:
  96.  
  97. 0.21ß: 31 May 1993
  98.   (I decided to make this a quick turnaround for an added feature as
  99.    Jack Hazel seemed disappointed by the lack of support for the
  100.    FILES.CBS and Headers.)
  101.    
  102.   Added Creation of FILES.CBS and Headers for the FILES.CBS and
  103.   FILES.BBS.  The colors are hardwired, but I plan on having
  104.   customizable colors by the next release.
  105.   
  106.  
  107. 0.2ß: 30 May 1993
  108.   Added support for .LZH and .ARJ archives.
  109.   Added support for reformating to different columns
  110.   Cleaned up the code.
  111.   First Public Beta Release.
  112.   
  113. 0.1α:
  114.   Initial conception and coding.
  115.   
  116.